home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / rlbdir11.zip / BDIR.DOC < prev    next >
Text File  |  1993-08-30  |  1KB  |  24 lines

  1.  
  2. BDIR.COM ("Branch DIRectory") gives a directory of all files within the
  3. current subdirectory branch that match a given filespec, and their locations.
  4.  
  5. BDIR will search the current directory and all its subdirectories for files
  6. matching the file specification entered on the command line, including 
  7. wildcards, and list them in directory format, including the path to each file.
  8. It also gives the total count of these files, and their total size.
  9. Executing BDIR from the root directory will search the entire disk.
  10.  
  11. Example                                                      Command
  12. -------                                                      -------
  13. "I know the program's name is CHESS, but not where it is."   bdir chess*.*
  14. "What EXE files are available in this application?"          bdir *.exe
  15. "How much disk space am I taking up on GIF files?"           bdir *.gif
  16. "Which subdirectory has the latest copy of my resume?"       bdir resume*.*
  17. "What subdirectories does this subdirectory contain?"        bdir .
  18.  
  19. BDIR is one program of the set INCDOS.
  20. (C) 1993 Randall T. Long (Internet: rtl@tardis.svsu.edu).
  21. Permission given to distribute freely in intact form.
  22. As is; all warranty/liability disclaimed.
  23. "Finger" my Internet address for information on the latest INCDOS set.
  24.